what filter would display just dns or icmp traffic from 8.8.8.8
what filter would display just dns or icmp traffic from 8.8.8.8
If you really only want to see answers, you could use:
(icmp or dns) and ip.src==8.8.8.8
If you want both requests and answers, it would be:
(icmp or dns) and ip.addr==8.8.8.8
Asked: 2019-02-01 21:37:41 +0000
Seen: 2,224 times
Last updated: Feb 10 '19